Complete triage lifecycle with priority, actor, and label cleanup#462
Merged
Complete triage lifecycle with priority, actor, and label cleanup#462
Conversation
Extend the kelos-triage TaskSpawner prompt to handle the full triage lifecycle instead of stopping after kind classification: - Add priority assessment (task 5) with priority/important-soon, priority/important-longterm, and priority/backlog labels and clear criteria for each level - Add actor recommendation (task 6) with explicit criteria for actor/kelos vs needs-actor - Update label management to swap needs-triage to triage-accepted after posting the triage comment - Update the triage comment format to include Priority and Actor fields with justifications This reduces manual maintainer work from 5 label operations per issue to 1 (removing kelos/needs-input to approve). Closes #437 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Extend the
kelos-triageTaskSpawner prompt to handle the full triage lifecycle instead of stopping after kind classification:priority/important-soon,priority/important-longterm, andpriority/backloglabels and clear criteria for each levelactor/kelosvsneeds-actorneeds-triage→triage-acceptedafter posting the triage commentBefore: Triage agent classifies (
kind/*) and checks validity, then stops. Maintainer must manually assess priority, assign actor, and update 3-4 labels per issue.After: Triage agent completes all label operations. Maintainer reviews the triage comment (now includes priority + actor justification) and removes
kelos/needs-inputto approve — a single operation instead of 5.This is a prompt-only change to
self-development/kelos-triage.yaml. No API, CRD, or controller changes required.Supersedes #444 (rebased on main with axon→kelos rename applied).
Closes #437
Test plan
needs-triage→triage-acceptedkelos/needs-inputis still applied as the human review gate🤖 Generated with Claude Code